home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / PRGMANIA / BFED.10 / MAIN.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-12-16  |  943 b   |  35 lines

  1. /*********************************************
  2.     file: main.h
  3.     utility: header file of main.c
  4.     date: 14 dec 96
  5.     author: C. Moreau
  6.     modifications:
  7.     comments: 
  8. *********************************************/
  9.  
  10. #ifndef _MAIN_H
  11. #define _MAIN_H
  12.  
  13. /*********************************************
  14.     includes
  15. *********************************************/
  16.  
  17. /*********************************************
  18.     defines
  19. *********************************************/
  20.  
  21. /*********************************************
  22.     types definitions
  23. *********************************************/
  24.  
  25. /*********************************************
  26.     globals variables declarations
  27. *********************************************/
  28. extern int gl_apid;    /* global application identifier */
  29.  
  30. /*********************************************
  31.     globals functions declarations
  32. *********************************************/
  33. extern void shutdown(int code);
  34.  
  35. #endif